home *** CD-ROM | disk | FTP | other *** search
- #! /bin/csh
- setenv RPC_PROG 150001
- /sbin/echo ""
- /sbin/echo "The PC-NFS daemon (pcnfsd) is RPC program number $RPC_PROG"
- /sbin/echo ""
- /usr/etc/rpcinfo -u $host $RPC_PROG 2
- /usr/etc/rpcinfo -u $host $RPC_PROG 1
- /sbin/echo ""
- /sbin/echo "A reply of 'ready and waiting' indicates all is well with pcnfsd"
- /sbin/echo "A reply of 'not available' indicates that:"
- /sbin/echo " - pcnfsd is not installed properly on this machine: $host"
- /sbin/echo " - If pcnfsd is installed on another machine, try:"
- /sbin/echo " /usr/etc/rpcinfo -u HOST $RPC_PROG 2"
- /sbin/echo ""
-